garmin_fit: bugfix in switch logic
authorMarco Leogrande <dark.knight.ita@gmail.com>
Thu, 22 Jun 2017 05:35:03 +0000 (22:35 -0700)
committerMarco Leogrande <dark.knight.ita@gmail.com>
Sat, 24 Jun 2017 22:14:28 +0000 (15:14 -0700)
commit6b94002c0c85114b9987e66985eb477d20ff15ba
tree850fac74af1a546d3da4cd8d4b3da369c269de99
parent308cc2d7fe601451f8cb5c33ae45594517c11abd
garmin_fit: bugfix in switch logic

The logic for global ID 19 was incorrectly nested under the logic for
global ID 20. Fix the issue by making the two case labels correct
siblings in the same switch statement.
garmin_fit.cc